home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 17 / 0 / DISK1709.ZIP / NFTY.EXE / E1.HLP < prev    next >
Text File  |  1989-06-18  |  2KB  |  25 lines

  1. ->  To see the graphics character list, turn graphics ON by pressing Ctrl-G.
  2. ->  Help screen files may be as long as you like, but the shorter the better.
  3. ->  Each menu (".MNU") file's first 24 lines are displayed when Nifty's in use.
  4. Up to 50 instruction lines may then follow, each with 30 characters. Generally,
  5. "=" means "read", and ">" means "execute". Examples:
  6.        A=AARDVARK.HLP             {reads AARDVARK.HLP when A is pressed}
  7.        T=TREE.MNU                 {reads the TREE menu file when T is pressed}
  8.        T>\COMM\TICKLEX.EXE(02)    {executes TICKLEX when T is pressed if user's
  9.                                    security level is 02 or higher}
  10.        D>DIR ?                    {asks for a parameter before executing DIR}
  11.        =HAT.HLP                   {automatically reads HAT.HLP when Help system
  12.                                    hot key is pressed next to word, "hat"}
  13.        @2200>\DOS\BACK-UP.BAT     {auto-executes BACK-UP.BAT at 10:00PM}
  14.        #LINDA(05)                 {Assigns a password, "LINDA", and sets its
  15.                                    security level to 05}
  16.        3=HELLO~BUDDY<>COM1        {when 3 is pressed, a message is sent to COM1
  17.                                    port if this is an ".I-O" menu.  The message
  18.                                    is "HELLO", a 1/2 second pause, "BUDDY", and
  19.                                    a carriage return}
  20. Be sure to include the full path, filename AND extension for all files. Note
  21. that all security levels MUST be two-digit numbers. Copying and moving lines &
  22. files are invoked by pressing Ctrl-K (Ctrl-K-B = block begin line; Ctrl-K-K =
  23. end line; Ctrl-K-R = read a file).  To open a new line, turn insert ON ("Ins"
  24. key) and hit "Enter" key.  To enter a control character, press Ctrl-P first.
  25.